go.uber.org/atomic.Uint64.v (field)
8 uses
go.uber.org/atomic (current package)
uint64.go#L35: v uint64
uint64.go#L40: return &Uint64{v: val}
uint64.go#L45: return atomic.LoadUint64(&i.v)
uint64.go#L50: return atomic.AddUint64(&i.v, delta)
uint64.go#L55: return atomic.AddUint64(&i.v, ^(delta - 1))
uint64.go#L77: return atomic.CompareAndSwapUint64(&i.v, old, new)
uint64.go#L82: atomic.StoreUint64(&i.v, val)
uint64.go#L87: return atomic.SwapUint64(&i.v, val)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |